﻿@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b, dt {
  font-weight: normal;
}

p {
  margin: 0;
}

h3, h4, .h3, .h4 {
  margin: 0;
  font-weight: normal;
}

video {
  max-width: 100%;
}

@supports (display: flex) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  .allcontent-wrap {
    flex: 1;
  }
}
.container-fluid {
  max-width: 1230px;
}

.container-fluid img {
  max-width: 100%;
}
.container-fluid1 img {
  width: 100%;
}
.container-fluid1 {
  max-width: 1230px;
      padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row-mat {
  margin-top: -20px;
}

.col-mat {
  margin-top: 20px;
}

.img-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*顶部*/
.top-wel-wrap {
  font-size: 12px;
  color: #8b8b8b;
  padding: 8px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #cbcbcb;
}
.top-wel-wrap a:hover {
  color: #0f80cc;
}

.lang-zh,
.lang-en {
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.lang-zh {
  background-image: url("../img/flag-zh.jpg");
}

.lang-en {
  background-image: url("../img/flag-en.jpg");
}

/*顶部*/
.top-head-wrap {
  border-bottom: 3px solid #0163bd;
}

.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .top-head {
    padding: 20px 0;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .top-logo {
    float: left;
  }
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 992px) {
  .top-logo .b-logo {
    display: inline;
  }
}
@media (min-width: 992px) {
  .top-logo .s-logo {
    display: none;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #0f80cc;
  font-size: 24px;
}
@media (min-width: 480px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

.top-line {
  float: right;
  text-align: left;
  margin-top: 5px;
}
.top-line .line-number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.top-line .line-number .line-number-text {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 20px;
}
.top-line .line-number .line-number-number {
  color: #f32b3b;
  font-size: 22px;
  font-family: Arial;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .top-line {
    display: none;
  }
}

/*导航*/
.top-nav-wrap {
  color: #fff;
  background: #0f80cc;
}

.top-nav li {
  text-align: center;
}

.top-nav a {
  display: block;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .top-nav-wrap {
    display: none;
    position: absolute;
    z-index: 3;
    right: 15px;
    width: 160px;
    max-width: 100%;
    color: #fff;
    background: rgba(15, 128, 204, 0.9);
  }

  .top-nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 0;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #0c629c;
  }
}
@media (min-width: 992px) {
  .top-nav-wrap {
    display: block !important;
    background: linear-gradient(#0f80cc 50%, #126dc0 0);
  }

  .top-nav-li {
    position: relative;
    z-index: 2;
    float: left;
    width: 11.11%;
    border-left: 1px solid #063c83;
    border-right: 1px solid #3f99d6;
  }
  .top-nav-li:first-child {
    border-left: none;
  }
  .top-nav-li:nth-last-child(2) {
    border-right: none;
  }
  .top-nav-li:last-child {
    /*display:none;*/
  }

  .top-nav-link {
    position: relative;
    z-index: 1;
    line-height: 50px;
    padding: 0 5px;
  }
  .top-nav-link:before, .top-nav-link:after {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .top-nav-link:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top-nav-link-bg-1.png") no-repeat center/cover;
  }
  .top-nav-link:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("../img/top-nav-link-bg-2.png") no-repeat center;
  }
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    color: #fff;
  }
  .top-nav-link:hover:before, .top-nav-link:hover:after, .top-nav-link.hover:before, .top-nav-link.hover:after, .top-nav-link.act:before, .top-nav-link.act:after {
    opacity: 1;
  }
}
/*二级导航*/
.top-subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  padding-bottom: 5px;
  background: #0f80cc;
}
@media (max-width: 991px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  line-height: 35px;
  color: #fff;
}
.top-subnav-link:hover {
  color: #fff;
  background: #0c629c;
}

/*轮播图*/
.swiper-banner-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-banner-img:before {
  content: '';
  display: block;
  padding-top: 50%;
}
@media (min-width: 640px) {
  .swiper-banner-img:before {
    padding-top: 40%;
  }
}
@media (min-width: 992px) {
  .swiper-banner-img:before {
    padding-top: 35%;
  }
}

/*搜索*/
.search-wrap {
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.search-keyword {
  float: left;
  max-width: calc(100% - 315px);
  color: #6f6f6f;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-keyword strong {
  color: #313131;
  font-weight: normal;
}
.search-keyword a {
  margin-right: 10px;
}
.search-keyword a:hover {
  color: #0f80cc;
}
@media (max-width: 991px) {
  .search-keyword {
    display: none;
  }
}

.search-form input {
  border-radius: 0;
  border-color: #c3c5c9;
}
.search-form button {
  width: 54px;
  height: 34px;
  color: #fff;
  background-color: #c3c5c9;
  background-image: url("../img/search-glass.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  text-indent: 10em;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-form button:hover {
  color: #fff;
  background-color: #0f80cc;
}
.search-form button:active {
  background-image: url("../img/search-glass.png");
}
@media (min-width: 992px) {
  .search-form {
    float: right;
    width: 300px;
  }
}

.wrapper {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 30px 0;
  }
}

.pro-wrapper,
.case-wrapper,
.friend-wrapper {
  background: #edf0f4;
}

@media (min-width: 768px) {
  .page-aside-wrap {
    width: 257px;
  }

  .page-section-wrap {
    width: calc(100% - 257px);
  }
}
.aside-item {
  margin-bottom: 15px;
}

/*侧栏*/
/*aside标题*/
.aside-title {
  color: #fff;
  height: 80px;
  padding: 15px 10px 15px 55px;
  background: #0f80cc url("../img/aside-title-bg.jpg") no-repeat center;
  margin-bottom: 5px;
}
.aside-title .zh {
  font-size: 22px;
  line-height: 30px;
}
.aside-title .en {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

/*侧栏列表*/
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  border-bottom: 1px solid #fff;
}
.aside-list > li > a {
  position: relative;
  line-height: 40px;
  padding: 0 35px 0 40px;
  color: #fff;
  background: #0f80cc linear-gradient(#06a7dc, #0579c3);
}
.aside-list > li > a:before, .aside-list > li > a:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("../img/aside-list-link-before.png") no-repeat center;
}
.aside-list > li > a:after {
  left: auto;
  right: 15px;
  background: url("../img/aside-list-link-after.png") no-repeat center;
}
.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #fff;
  background: #0f80cc;
}

.aside-sublist > li > a {
  position: relative;
  line-height: 35px;
  padding: 0 35px 0 40px;
  background: linear-gradient(#d5d5d5, #fff 12%, #d2d2d2);
  border-top: 1px solid #fff;
}
.aside-sublist > li > a:after {
  content: '>>';
  position: absolute;
  right: 15px;
  font-size: 12px;
  color: #9d9d9d;
  font-family: simsun;
  font-weight: bold;
}
.aside-sublist > li > a:hover, .aside-sublist > li > a.act {
  color: #0f80cc;
}

.aside-contact {
  height: 116px;
  text-align: center;
  color: #fff;
  background: url("../img/aside-contact-bg.jpg") no-repeat center/cover;
  overflow: hidden;
}

.aside-contact-number {
  font-size: 28px;
  margin-top: 20px;
  font-family: Impact;
}

.aside-contact-text {
  font-size: 18px;
  margin-top: 8px;
}

.aside-network {
  display: block;
  height: 99px;
  line-height: 99px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: url("../img/aside-network-bg.jpg") no-repeat center/cover;
}
.aside-network:hover {
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pro-title {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 20px;
}
.pro-title .zh {
  color: #0f80cc;
  font-size: 20px;
  font-weight: bold;
}
.pro-title .en {
  color: #a4a4a4;
  font-size: 14px;
  font-family: Arial;
  text-transform: uppercase;
  margin-top: 8px;
}
.pro-title .more {
  display: none;
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #7c7c7c;
  font-size: 12px;
  font-family: simsun;
  padding: 4px 15px;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.26), 1px 1px rgba(0, 0, 0, 0.26) inset;
}
.pro-title .more:hover {
  color: #0f80cc;
}
@media (min-width: 768px) {
  .pro-title {
    text-align: left;
  }
  .pro-title .zh {
    font-size: 24px;
  }
  .pro-title .more {
    display: block;
  }
}

.imglink {
  position: relative;
  top: 0;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.imglink .imglink-imgbox {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.imglink .imglink-imgbox:before {
  content: '';
  display: block;
  padding-top: 85%;
}
.imglink .imglink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.imglink .imglink-title {
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0.5em 2px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .imglink .imglink-title {
    font-size: 14px;
  }
}
.imglink.imglink_pro {
  max-width: 226px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
}
.imglink.imglink_pro:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.23);
}
.imglink.imglink_case {
  max-width: 284px;
  border: 3px solid #fff;
}
.imglink.imglink_case .imglink-imgbox:before {
  padding-top: 110%;
}
.imglink.imglink_case .imglink-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0.8em 5px;
  color: #fff;
  background: rgba(15, 128, 204, 0.6);
}
.imglink.imglink_case:hover .imglink-title {
  background: rgba(246, 53, 68, 0.6);
}
.imglink:hover .imglink-title {
  color: #fff;
  background: #0f80cc;
}

.section-chwidth .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-chwidth .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {
  .section-hidden .col-xs-6:nth-child(n+7) {
    display: none;
  }
}

/*横幅*/
.banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.banner-wrapper:before {
  content: '';
  display: block;
  padding-top: 10%;
}
@media (max-width: 991px) {
  .banner-wrapper:before {
    padding-top: 12%;
  }
}
@media (max-width: 639px) {
  .banner-wrapper:before {
    padding-top: 16%;
  }
}
@media (max-width: 479px) {
  .banner-wrapper {
    background-position: 20% center;
  }
  .banner-wrapper:before {
    padding-top: 20%;
  }
}

.banner-wrapper-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-wrapper-center:before {
  content: '';
  display: block;
  padding-top: 10.5%;
}
@media (max-width: 991px) {
  .banner-wrapper-center:before {
    padding-top: 15%;
  }
}
@media (max-width: 639px) {
  .banner-wrapper-center:before {
    padding-top: 18%;
  }
}
@media (max-width: 479px) {
  .banner-wrapper-center:before {
    padding-top: 22%;
  }
}

/*优势*/
.intro-wrapper {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .intro-wrapper {
    display: none;
  }
}

.intro-icon-wrap {
  border: 1px solid #c8c8c8;
  border-right: none;
  background: linear-gradient(#fbfbfb, #efefef);
}

.intro-icon-item {
  float: left;
  width: 20%;
  border-right: 1px solid #c8c8c8;
  text-align: center;
  padding: 10px 5px;
}
.intro-icon-item .title {
  margin-top: 10px;
  font-size: 16px;
  color: #4b4b4b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advantage-title-wrap {
  background: url("../img/advantage-title-bg.png") no-repeat center;
  margin-bottom: 20px;
}

.advantage-title {
  text-align: center;
}

.advantage-item {
  position: relative;
  padding: 0 0 0 80px;
  background: #fff;
}
.advantage-item + .advantage-item {
  margin-top: 20px;
}
.advantage-item .advantage-tip {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 73px;
  background-image: url("../img/advantage-item-title-bg-1.png");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.advantage-item .advantage-textbox {
  margin-bottom: 15px;
}
.advantage-item .advantage-textbox .title-zh {
  color: #0f80cc;
  font-size: 18px;
}
.advantage-item .advantage-textbox .title-en {
  color: #adadad;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
.advantage-item .advantage-textbox .text {
  color: #373737;
  font-size: 13px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .advantage-item:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: auto;
    right: 12px;
    top: 30%;
    bottom: 12px;
    width: 65%;
    box-shadow: 12px 10px 12px rgba(0, 0, 0, 0.45);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  .advantage-item .advantage-tip {
    top: 15px;
  }
  .advantage-item .advantage-textbox,
  .advantage-item .advantage-imgbox {
    float: left;
    width: 50%;
  }
  .advantage-item .advantage-imgbox {
    text-align: right;
    padding-left: 20px;
  }
  .advantage-item .advantage-textbox {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .advantage-item {
    padding: 0 80px;
  }
  .advantage-item .advantage-textbox .title-zh {
    font-size: 20px;
  }
  .advantage-item .advantage-textbox .text {
    font-size: 14px;
  }
}
.advantage-item:nth-child(even) {
  padding: 0 80px 0 0;
  text-align: right;
}
.advantage-item:nth-child(even) .advantage-tip {
  left: auto;
  right: 0;
  background-image: url("../img/advantage-item-title-bg-2.png");
}
@media (min-width: 768px) {
  .advantage-item:nth-child(even):after {
    left: 12px;
    right: auto;
    box-shadow: -12px 10px 12px rgba(0, 0, 0, 0.45);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  .advantage-item:nth-child(even) .advantage-textbox,
  .advantage-item:nth-child(even) .advantage-imgbox {
    float: right;
  }
  .advantage-item:nth-child(even) .advantage-imgbox {
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .advantage-item:nth-child(even) {
    padding: 0 80px;
  }
}

/*主要标题*/
.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  background: url("../img/main-title-bg.png") no-repeat center bottom;
}
.main-title:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3f4e;
}

.main-title-link {
  display: inline-block;
}
.main-title-link .zh {
  color: #0f80cc;
  font-size: 20px;
  font-weight: bold;
}
.main-title-link .en {
  color: #b5b5b5;
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-title-link .zh {
    font-size: 24px;
  }
  .main-title-link .en {
    font-size: 16px;
  }
}

.swiper-container-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .swiper-container-wrap {
    padding: 0 50px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: -30px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
  font-family: simsun;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  color: #fff;
  background-color: #0f80cc;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 992px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next {
  right: 0;
}

/*关于我们*/
.about-wrapper {
  color: #fff;
  background: #0f80cc url("../img/about-wrapper-bg.jpg") no-repeat center/cover fixed;
}
.about-wrapper .main-title-link .zh, .about-wrapper .main-title-link .en {
  color: #fff;
}

.about-text {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 20px;
   word-break: break-all;
  word-wrap: break-word;
  height:200px;
  overflow:hidden;
}

/*营业执照*/
@media (max-width:767px) {
    .swiper-about {
        display:none;
    }
}
.swiper-about .swiper-slide {
  width: 160px;
  height: 216px;
  border: 2px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*查看更多 按钮*/
.btn-more-wrap {
  margin-top: 20px;
  text-align: center;
}

.btn-more {
  display: inline-block;
  font-size: 13px;
  line-height: 2.4;
  padding: 0 2.5em;
  color: #9f9f9f;
  background: #fff;
  border-radius: 4px;
}
.btn-more:hover {
  color: #fff;
  background: #0f80cc;
}
.btn-more:focus {
  background: #0c629c;
}

/*栏标题*/
.main-title_sec {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  text-align: center;
}
.main-title_sec .text {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.main-title_sec .text:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #0f80cc;
}
.main-title_sec .zh {
  font-size: 20px;
  line-height: 30px;
  color: #0f80cc;
}
.main-title_sec .en {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-title_sec .text {
    float: left;
  }
  .main-title_sec .zh {
    float: left;
    font-size: 22px;
  }
  .main-title_sec .en {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .main-title_sec .en:before {
    content: '/ ';
  }
}

/*首页 公司新闻*/
.index-news-field {
  margin-top: 15px;
}
.index-news-field .news-field-link {
  color: #3d3d3d;
  font-size: 16px;
}
.index-news-field .news-field-link:hover {
  color: #0f80cc;
}
.index-news-field .news-field-time {
  color: #c5c5c5;
  font-size: 12px;
  margin: 5px 0;
}
.index-news-field .news-field-text {
  color: #8f8f8f;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-item {
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3b3b3;
}
.index-news-item + .index-news-item {
  margin-top: 10px;
}

.index-news-link {
  position: relative;
  color: #656565;
}
.index-news-link:before {
  content: '> ';
  color: #0f80cc;
}
@media (min-width: 768px) {
  .index-news-link {
    float: left;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.index-news-link:hover {
  color: #0f80cc;
}

.index-news-time {
  display: block;
  color: #bdbdbd;
  font-size: 13px;
}
@media (min-width: 768px) {
  .index-news-time {
    float: right;
    font-size: 14px;
  }
}

/*首页 视频展示*/
.main-video {
  text-align: center;
}
.main-video img, .main-video video {
  height: 242px;
}

/*首页 友情链接*/
.friendlink-title {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .friendlink-title {
    float: left;
    width: 120px;
    height: 68px;
    line-height: 68px;
    border-right: 1px solid #b9b9b9;
    margin-bottom: 0;
  }

  .swiper-friend-wrap {
    float: left;
    width: calc(100% - 120px);
    padding-left: 20px;
  }
}
.swiper-friend .swiper-slide {
  width: 132px;
  height: 68px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*非主页页面*/
/*section标题*/
.section-title {
  margin-bottom: 20px;
  background: linear-gradient(#edf0f4, #fff);
  box-shadow: 0 1px #c3c3c3;
}
.section-title .title-text {
  position: relative;
  float: left;
  line-height: 77px;
  font-weight: bold;
  font-size: 22px;
  color: #0f80cc;
  background: url("../img/section-title-bg.png") no-repeat left 15px center;
  padding-left: 50px;
  border-bottom: 3px solid #f31d2e;
}
.section-title .pos {
  float: right;
  color: #636262;
  line-height: 40px;
  margin: 20px 15px;
}
.section-title .pos a.act, .section-title .pos a[href]:hover {
  color: #0f80cc;
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 15px;
}

.pagex-title {
  color: #373737;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pagex-title {
    font-size: 18px;
  }
}

.pagex-time {
  font-size: 12px;
  color: #a3a3a3;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin-top: 10px;
}

.pagex-imgbox {
  text-align: center;
  margin-bottom: 10px;
  word-break: break-all;
  word-wrap: break-word;
}
.pagex-imgbox img {
  margin-bottom: 5px;
}

.pagex-text {
  color: #3f3f3f;
  line-height: 1.75;
  text-indent: 2em;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.pagex-text img{max-width:100%;height:auto}

/*新闻中心页*/
.imgnewslink {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 5px;
}
.imgnewslink .imgnews-img_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.imgnewslink .imgnews-textbox {
  position: relative;
  overflow: hidden;
}
.imgnewslink .imgnews-title {
  color: #373737;
  font-weight: bold;
  margin: 5px 0;
}
.imgnewslink .imgnews-time {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}
.imgnewslink .imgnews-text {
  color: #999;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.imgnewslink .imgnews-img_bg,
.imgnewslink .imgnews-title,
.imgnewslink .imgnews-time,
.imgnewslink .imgnews-text {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .imgnewslink {
    padding: 10px;
    border: 1px solid #ccc;
  }
  .imgnewslink .imgnews-textbox {
    margin-top: 5px;
  }
  .imgnewslink .imgnews-imgbox {
    text-align: center;
  }
  .imgnewslink .imgnews-img_bg,
  .imgnewslink .imgnews-btn {
    display: none;
  }
  .imgnewslink:hover {
    border-color: #0f80cc;
  }
}
@media (min-width: 480px) {
  .imgnewslink {
    height: 150px;
    padding: 5px;
  }
  .imgnewslink .imgnews-imgbox {
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
  }
  .imgnewslink .imgnews-imgbox img {
    display: none;
  }
  .imgnewslink .imgnews-textbox {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    height: 100%;
    padding: 5px 5px 5px 15px;
  }
  .imgnewslink .imgnews-title {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .imgnewslink:hover .imgnews-img_bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.imgnewslink:hover .imgnews-title,
.imgnewslink:hover .imgnews-time,
.imgnewslink:hover .imgnews-text {
  color: #0f80cc;
}

/*视频展示页*/
.section-video .row-mat {
  margin-left: -10px;
  margin-right: -10px;
}
.section-video .col-mat {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-video .col-mat {
    width: 50%;
  }
}

.video-wrap {
  text-align: center;
  margin: 0 auto;
}
.video-wrap .video-title {
  color: #2f2f2f;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*资料下载页*/
.download-item {
  padding-bottom: 15px;
  border-bottom: 1px dashed #959595;
  margin-bottom: 15px;
}
.download-item:before, .download-item:after {
  content: '';
  display: table;
}
.download-item:after {
  clear: both;
}

.download-text {
  float: left;
  line-height: 24px;
  color: #636262;
  margin-bottom: 5px;
}
.download-text:before {
  content: '>';
  margin-right: 5px;
  font-family: simsun;
  color: #0f80cc;
}
@media (min-width: 640px) {
  .download-text {
    max-width: calc(100% - 105px);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.download-btn {
  position: relative;
  float: right;
  color: #fff;
  background-color: #0f80cc;
  padding: 0 30px 0 10px;
  line-height: 24px;
  border-radius: 12px;
}
.download-btn:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  text-align: center;
  font-family: simsun;
  color: #0f80cc;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-btn:hover {
  color: #fff;
  background-color: #0d71b4;
}

/*联系我们页*/
.page-contact-list {
  color: #636262;
  margin-bottom: 20px;
}
.page-contact-list li {
  margin-bottom: 5px;
}

.contact-map img {
  display: block;
  /*width: 100% !important;*/
  margin: 0 auto;
}

/*小屏产品分类下拉按钮*/
.s-drop-wrap {
  margin: 15px 15px 0;
}

.s-drop-btn {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(#06b0e1, #0354af);
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
}
.s-drop-btn span.glyphicon {
  float: right;
  top: 0;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.s-drop-btn.nodrop {
  cursor: auto;
  text-align: center;
}
.s-drop-btn.nodrop span.glyphicon {
  display: none;
}
.s-drop-btn.act {
  background: #0f80cc;
}
.s-drop-btn.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏下拉列表*/
.s-drop-list {
  display: none;
}
.s-drop-list > li > a {
  line-height: 35px;
  background: #22bdf4;
}
.s-drop-list .aside-sublist {
  display: none;
}
.s-drop-list .aside-sublist > li > a {
  background: #e1e1e1;
}

/* 大屏底部 */
.foot {
  color: #fff;
  background: #1666bf;
}

.foot-content {
  position: relative;
  padding-left: 280px;
}
@media (max-width: 991px) {
  .foot-content {
    padding-left: 0;
  }
}

.foot-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: #0f80cc;
  text-align: center;
  padding: 20px 0;
}
.foot-left img + img {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .foot-left {
    display: none;
  }
}

.foot-right {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .foot-right {
    padding: 20px 0;
  }
}

.foot-nav {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #6697ce;
  margin-bottom: 20px;
}
.foot-nav li {
  float: left;
  width: 10%;
  line-height: 1;
  border-left: 1px solid #fff;
}
.foot-nav li:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  .foot-nav {
    display: none;
  }
}

.foot-call {
  float: left;
}
.foot-call .text {
  display: inline-block;
  vertical-align: middle;
}
.foot-call .title {
  font-size: 14px;
  line-height: 20px;
}
.foot-call .number {
  font-size: 24px;
  font-family: Impact;
  line-height: 30px;
}

.foot-contact {
  padding-bottom: 20px;
  border-bottom: 1px solid #6697ce;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .foot-contact {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.foot-contact-right {
  float: right;
  margin-top: 7px;
}
@media (max-width: 479px) {
  .foot-contact-right {
    display: none;
  }
}

.foot-follow, .foot-share {
  display: inline-block;
  vertical-align: middle;
}

.foot-follow {
  color: #9dc1e9;
}

.follow-icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background-image: url("../img/icons-1.png");
  background-repeat: no-repeat;
  
}

.follow-weibo {
  background-position: -56px 0;
}

.follow-qq {
  background-position: -112px 0;
}

@media (max-width: 767px) {
  .foot-share {
    display: none;
  }
}

.foot-share-content {
  display: inline-block;
  vertical-align: middle;
}

.foot-copy {
  font-size: 12px;
  line-height: 20px;
}
.foot-copy ul + ul {
  margin-top: 10px;
}
.foot-copy li {
  float: left;
}
.foot-copy li:after {
  content: '|';
  margin: 0 10px;
}
.foot-copy li:last-child:after {
  content: none;
}

@media (max-width: 479px) {
  .foot-copy-contact {
    display: none;
  }
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #0058a4;
  border-top: 1px solid #0058a4;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #0089fe;
}

.foot-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-image: url(../img/foot-icon.png);
  background-repeat: no-repeat;
}

.ffixedlink:nth-child(1) .foot-icon {
  background-position: 0px 0;
}

.ffixedlink:nth-child(2) .foot-icon {
  background-position: -30px 0;
}

.ffixedlink:nth-child(3) .foot-icon {
  background-position: -60px 0;
}

.ffixedlink:nth-child(4) .foot-icon {
  background-position: -90px 0;
}

@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body {
    padding-bottom: 45px;
  }
}

/*分页css scott style pagination*/
div.scott
{
    padding:3px;margin:3px;text-align:center;

}
div.scott a
{
    border:#0f80cc 1px solid;padding:2px 5px;color:#0f80cc;margin:0 2px 0 0;text-decoration:none;

}
div.scott a:hover
{
    border:#0f80cc 1px solid;color:white;background-color:#0f80cc;

}
div.scott a:active
{
    border:#0f80cc 1px solid;color:#611985;background-color:#0f80cc;

}
div.scott span.current
{
    border:#0f80cc 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#0f80cc;

}
div.scott span.disabled
{
    border:#dfdfdf 1px solid;padding:2px 5px;color:#0f80cc;margin:0 2px 0 0;

}
/*QQ*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../img/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.tel i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.tel p {
        width: 200px;
        height: 130px;
        line-height: 90px
    }

    .dock ul.icons li.im p {
        width: 185px;
        height: 155px;
        line-height: 30px
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 180px;
        height: 180px;
        line-height: 30px
    }

        .dock ul.icons li.wechat p img {
            border: 2px solid #000;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../img/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }